﻿.container {
    width: 100%;
    max-width: 640px;
    position: relative;
    padding: 0px;
}

.template-1 .cover-user-logo {
    width: 105px;
    height: 105px;
    background-position: center;
    background-size: cover;
    border-radius: 60px;
    border: 2px solid white;
    position: absolute;
    top: 145px;
    right: 35px;
    z-index: 2;
}

.template-1 .cover-bg {
    width: 100%;
    height: 200px;
    position: relative;
}

.template-1 .cover-bg-blur {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 1;
}

.template-1 .cover-bg-black {
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.5);
    position: absolute;
    z-index: 2;
    backdrop-filter: blur(10px) grayscale(1);
    -webkit-backdrop-filter: blur(10px) grayscale(1);
}

.template-1 .cover-basic-user-wrap {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 20px 28px 28px 28px;
    align-self: flex-start;
    box-sizing: border-box;
    background: white;
}

.template-1 .user-name {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
    color: black;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    font-weight: bold;
}

.template-1 .user-department, .template-1 .user-jobtitle, .template-1 .user-description {
    margin-top: 9px;
    font-size: 15px;
    /*line-height: 20px;*/
    color: rgb(108, 108, 108);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    font-weight: bold;
}
.template-1 .user-jobtitle {
    color: #c40e1b;
}

.template-1 .user-description {
    white-space: pre-line;
}

    .template-1 .card-user-container, .template-1 .card-company-container {
        z-index: 4;
        width: 100%;
        background-color: white;
        padding-bottom:15px;
    }

.template-1 .card-field-title {
    display: flex;
    align-items: center;
    padding: 0 27px;
    color: #c40e1b;
    font-weight: bold;
    margin-bottom:5px;
}
.template-1 .card-field-title-border {
    height: 1.5px;
    background-color: #c40e1b;
    flex-grow: 1;

}

.template-1 .card-field-info {
    font-size: 14px;
    line-height: 20px;
    color: rgb(74, 74, 74);
    font-weight: 400;
    align-items: center;
    padding: 3px 27px;
    word-break: break-all;

}

    .template-1 .card-field-info td {
        align-items: center;
        gap: 8px;
    }

.template-1 .card-field-logo {
    max-height: 20px;
    width: auto;
}

.template-1 .card-field-link {
    color: blue;
    text-decoration: unset !important;
}

    .template-1 .card-field-link:hover {
        color: blue;
    }

.template-1 .card-field-info-link {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 16px;
}

.template-1 .company-field {
    display: flex;
}

.template-1 .card-field-info-btn {
    background-color: #f2f2f2;
    padding: 6px 9px;
    border-radius: 7px;
    display:block;
    font-size:15px;
}

.template-1 .contactBtn {
    margin-top: 20px;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    background: linear-gradient(to bottom, #fc0001, #b00300);
    border: none;
    border-radius: 60px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: inset 0 0 0 1px #c40e1b;
    text-align: center;
}
.template-1 .company-logo {
     width: 180px;
    height: auto;
    position: absolute;
    top: 87px;
    left: 35px;
    z-index: 2;
}
.template-1 .card-field-info-btn:active {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
